projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6affdcc
)
Comment
author
Glenn Morris
<rgm@gnu.org>
Thu, 9 Jan 2014 20:04:39 +0000
(15:04 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 9 Jan 2014 20:04:39 +0000
(15:04 -0500)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index f6830c13072915835d022d0c5fdf0c3d16af4808..be19ccea38d41a64589fcc0fb14a5b70f2697996 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-4099,6
+4099,9
@@
Instead, just auto-save the buffer and then bury it."
(defun message-bury (buffer)
"Bury this mail BUFFER."
+ ;; Note that this is not quite the same as (bury-buffer buffer),
+ ;; since bury-buffer does extra stuff with a nil argument.
+ ;; Eg http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html
(with-current-buffer buffer (bury-buffer))
(if message-return-action
(apply (car message-return-action) (cdr message-return-action))))